home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / fate1.dir / 00033_Script_33 < prev    next >
Text File  |  1994-11-28  |  376b  |  17 lines

  1. on exitframe
  2.   
  3.  global PDAGlow
  4.   set the cursor of sprite 3 to 0
  5.   set the cursor of sprite 4 to 0
  6.   set the cursor of sprite 5 to  0
  7.   set the cursor of sprite 23 to 0
  8.   updateStage
  9.   if PDAGlow = 0 then
  10.     go to frame "PASSWORD2" OF MOVIE "MODLE3C"
  11.   else
  12.     if PDAGlow = 1 then
  13.       go to frame "PASSWORD1" OF MOVIE "MODLE3C"
  14.     end if 
  15.   end if
  16.   
  17. end